home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / jump-n-rolla.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-12-21  |  181 b   |  11 lines

  1. on(release){
  2.    if(_root.lang == "eng")
  3.    {
  4.       getUrl("http://www.gamesheep.com", "_blank");
  5.    }
  6.    else
  7.    {
  8.       getUrl("http://www.ejocuri.ro", "_blank");
  9.    }
  10. }
  11.